home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / Miro_Installer.exe / resources / templates / guide-loading < prev    next >
Encoding:
Extensible Markup Language  |  2008-01-10  |  1.0 KB  |  19 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       xmlns:t="http://www.participatorypolitics.org/"
  5.       xmlns:i18n="http://www.participatoryculture.org/i18n"
  6.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  7. <head>
  8.     <t:execOnLoad><![CDATA[
  9. guide = views.guides.getObjectByID(int(kargs['id']))
  10. ]]></t:execOnLoad>
  11. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  12. <link rel="stylesheet" type="text/css" href="resource:css/style.css" />
  13. </head>
  14. <frameset rows="25, *" border="0" frameborder="0" framespacing="0" >
  15.     <frame name="miro_navigation_frame" src="resource:html/guide-navigation.html" frameborder="0" noresize="noresize" marginheight="0" scrolling="no" marginwidth="0"/>
  16.     <frame onload="miro_navigation_frame.guideLoaded()" name="miro_guide_frame" src="***guide.getLastVisitedURL()***" frameborder="0" marginheight="0" marginwidth="0"/>
  17. </frameset>
  18. </html>
  19.